<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'SHS';
  src: url('../fonts/SourceHanSansCN-Normal-Alphabetic.eot');
  src: url('../fonts/SourceHanSansCN-Normal-Alphabetic.eot#iefix') format('embedded-opentype'),
    url('../fonts/SourceHanSansCN-Normal-Alphabetic.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

#toolbarCtrl {
  padding: 0 16px;
}

/*Ä¬    Ê½    */
body {
  font-size: 14px;
  color: #333333;
  font-family: 'SHS';
  min-width: 320px;
}

/*{transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;}*/
body,
div,
ul,
ol,
li,
p,
dd,
dt,
dl,
iframe,
img,
form,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333333;
}

img,
button {
  border: none;
  outline: none;
}

input {
  outline: none;
}

em,
i {
  font-style: normal;
}

/*    Í¼*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #313131;
  font-family: 'SHS', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  min-width: 20em;
  position: relative;
  width: 100%;
  margin: 0;
}

#slider_wrapper {
  position: relative;
  max-width: 1300px;
  width: 95%;
  height: 392px;
  margin: 26px auto;
  background: rgba(0, 0, 0, 0);
  padding-top: 0;
}

ul,
ol {
  list-style: none outside none;
}

#slider_wrapper {
  overflow: hidden;
}

.divas-slider {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 392px;
  overflow: hidden;
}

.divas-slide span {
  opacity: 0;
  position: absolute;
  bottom: 66px;
  width: 100%;
  height: 53px;
  line-height: 53px;
  text-align: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
}

.divas-slide span a {
  color: #fff;
  font-size: 14px;
}

.divas-active span {
  opacity: 1;
}

.divas-slider-container {
  position: relative;
  margin: 0;
  padding: 0;
}

.divas-slider-container:after {
  content: '';
  display: table;
  clear: both;
}

.divas-slide {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
}

.divas-slide img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0 none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.divas-slide-transition-left {
  -webkit-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: left 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.divas-navigation {
  clear: both;
  position: absolute;
  margin: 0px auto;
  height: 0;
  width: 100%;
  text-align: center;
  top: 47%;
  top: calc(50% - 33px);
}

.divas-has-bullets .divas-navigation {
  top: calc(50% - 61px);
}

.divas-navigation span {
  height: 66px;
  outline: 0 none;
  position: absolute;
  width: 42px;
  z-index: 9999;
  cursor: pointer;
  margin: 0;
  font-size: 3em;
  color: #fff;
}

.divas-navigation span:hover {
  color: #ffffff;
}

.divas-controls span.divas-start,
.divas-controls span.divas-stop {
  display: none;
}

.divas-navigation span.divas-prev {
  left: 1em;
  background: url('../images/prev.svg') no-repeat top center rgba(0, 0, 0, 0);
}

.divas-navigation span.divas-next {
  right: 1em;
  background: url('../images/next.svg') no-repeat top center rgba(0, 0, 0, 0);
}

.item .carousel-caption {
  right: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}

.col-md-7 .carousel-indicators {
  display: none;
}

.carousel-inner&gt;.item&gt;a&gt;img,
.carousel-inner&gt;.item&gt;img {
  transition: all 0.5s;
  width: 100%;
}

.carousel-inner&gt;.item&gt;a&gt;img:hover,
.carousel-inner&gt;.item&gt;img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 40em) {

  .divas-navigation span.divas-prev,
  .divas-navigation span.divas-next {
    background-position: center center;
    -webkit-background-size: 75% auto;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    background-size: 75% auto;
  }

  .divas-navigation span.divas-prev {
    left: 0.5em;
  }

  .divas-navigation span.divas-next {
    right: 0.5em;
  }
}

.pagexx {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.pagexxl {
  float: left;
  width: 62%;
  border-right: solid 2px #eeeeee;
  padding-right: 28px;
  box-sizing: border-box;
}

.pagexxr {
  width: 38%;
  float: right;
  padding-left: 37px;
  box-sizing: border-box;
}

.pagexxls {
  width: 100%;
  height: 45px;
  border-bottom: solid 2px #eeeeee;
  overflow: hidden;
  position: relative;
}

.pagexxls li {
  float: left;
  height: 24px;
  border-right: solid 1px #eeeeee;
  padding: 0 17px;
  cursor: pointer;
}

.pagexxls li:first-of-type {
  padding-left: 0;
}

.pagexxls li:last-child {
  border-right: none;
}

.pagexxls li&gt;i {
  color: #333333;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0 0 14px;
}

.pagexxls .pagexxlson&gt;i {
  border-bottom: solid 5px #1f61ba;
  color: #1f61ba;
}

.pagexxls li span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 43px;
  line-height: 43px;
  text-align: right;
  background: #fff;
  z-index: 10;
}

.pagexxls li span a {
  font-size: 30px;
  color: #d0d0d0;
  display: block;
}

.pagexxls .pagexxlson span {
  z-index: 100;
}

.pagexxlx {
  width: 100%;
}

.pagexxlx&gt;li {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: none;
}

.pagexxlx .pagexxlxon {
  display: block;
}

.pagexxlx&gt;li li {
  line-height: 39px;
  background: no-repeat left center url('../../${ROOT_PATH}/images/pagexxli.jpg');
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}

.pagexxlx&gt;li li span {
  display: block;
  width: 85px;
  text-align: right;
}

.pagexxlx&gt;li li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  flex: 1;
}

/*Í¼3-1  Ê½*/
.mbx {
  max-width: 1300px;
  width: 95%;
  margin: 20px auto 30px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.mbx img {
  display: inline-block;
  vertical-align: sub;
}

.mbx span {
  font-size: 14px;
}

.mbx span i {
  font-size: 18px;
}

.warp {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

.contentLeft {
  width: 20%;
  float: left;
}

.contentLeft div {
  width: 100%;
  height: 62px;
  font-size: 18px;
  font-weight: bold;
  line-height: 62px;
  background: #1f60ba no-repeat 17px center url('../images/contentLeft.jpg');
  text-indent: 2.5em;
}

.contentLeft div a {
  color: #fff;
}

.contentLeft&gt;ul&gt;li {
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 15px;
  border-bottom: solid 1px #e5e5e5;
  clear: both;
  cursor: pointer;
}

.contentLeft&gt;ul&gt;li:hover {
  background: #e5e5e5;
}

.contentLeft&gt;ul&gt;li&gt;a {
  display: block;
  color: #404040;
  text-indent: 2em;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}

.contentLeft&gt;ul&gt;li span {
  display: block;
  float: right;
  width: 17px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}

.contentLeft&gt;ul ul {
  clear: both;
  background: #fff;
  height: 0;
  overflow: hidden;
}

.contentLeft&gt;ul ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #e5e5e5;
  font-size: 14px;
}

.contentLeft&gt;ul ul li a {
  text-indent: 3em;
  display: block;
}

/*.contentLeft .contentOn{background:url(../images/xz.png) no-repeat right center;}*/
.contentLeft .contentOn&gt;a {
  float: left;
  background: #e5e5e5;
}

.contentRight {
  float: right;
  width: 78%;
  margin-bottom: 20px;
}

.contentRightT {
  width: 100%;
  border-bottom: solid 4px #e0e0e0;
  margin-top: 14px;
}

.contentRightT span {
  display: block;
  height: 16px;
  text-indent: 1em;
  font-weight: bold;
  line-height: 16px;
  border-left: solid #1f60ba 5px;
  font-size: 16px;
  margin: 18px 0;
}

.wzList {
  width: 100%;
  padding: 20px 0;
  min-height: 480px;
}

.wzList li {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
}

.wzList li a {
  display: block;
  float: left;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wzList li span {
  float: right;
}

/*Í¼3-2  Ê½*/
.tpList {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
}

.tpList li {
  width: 278px;
  display: inline-block;
  margin-top: 10px;
}

.tpList li:nth-child(2),
.tpList li:nth-child(5),
.tpList li:nth-child(8) {
  margin: 10px 20px 0;
}

.tpList li a {
  display: block;
  width: 100%;
}

.tpList li a img {
  width: 100%;
}

.tpList li a span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}

/*Í¼3-3  Ê½*/
.xwList {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  text-align: justify;
}

.xwList div {
  display: inline-block;
}

.xwList dl {
  display: inline-block;
  width: 48%;
  border: solid 1px #ebebeb;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.xwList dl dt {
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  background: #f5f5f5;
  margin-bottom: 15px;
}

.xwList dl dt span {
  float: left;
  display: block;
  text-indent: 1.5em;
  font-size: 16px;
}

.xwList dl dt a {
  float: right;
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -15px;
  line-height: 40px;
  padding-right: 10px;
  color: #cccccc;
}

.xwList dl dd {
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
}

.xwList dl dd span {
  display: block;
  float: right;
}

.xwList dl dd a {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 83%;
}

@media screen and (max-width: 1201px) {
  .header {
    height: 220px;
  }

  .header_bwcx {
    height: auto;
  }

  .header&gt;div,
  .pcNav,
  body #slider_wrapper,
  .footer div,
  .pagexx,
  .frlink&gt;div,
  .mbx,
  .warp {
    width: 97%;
  }

  .pcNav&gt;li {
    padding: 15px 22px 10px;
  }

  body #slider_wrapper {
    height: 321px;
  }

  .frlink ul {
    width: 1024px;
    margin-left: 0;
  }

  .contentRight {
    width: 78%;
  }

  .demo {
    text-align: center;
  }

  .tpList li {
    width: 234px;
  }

  .pagexxl {
    width: 60%;
    box-sizing: border-box;
  }

  .pagexxr {
    width: 40%;
  }

  .pagexxlx&gt;li li a {
    width: 76%;
  }
}

@media screen and (max-width: 1025px) {

  .header&gt;div,
  .pcNav,
  body #slider_wrapper,
  .footer div,
  .pagexx,
  .frlink&gt;div,
  .pagexxl,
  .pagexxr,
  .frlink ul,
  .mbx,
  .warp {
    width: 98%;
  }

  .logo img {
    width: 370px;
  }

  .headerTop {
    padding: 16px 0;
  }

  .header {
    height: 190px;
  }

  .header_bwcx {
    height: auto;
  }

  .pcNav&gt;li {
    padding: 15px 0px 10px;
    width: 11.11%;
  }

  .pcNav li&gt;a {
    text-align: center;
  }

  body #slider_wrapper {
    height: auto;
  }

  #slider_wrapper .divas-slider {
    height: auto;
  }

  #slider_wrapper .divas-slide span {
    bottom: 0px;
  }

  .pagexxl {
    padding: 0;
    border: none;
  }

  .pagexxr {
    padding: 0;
  }

  .pagexxlx&gt;li li a {
    width: 88%;
  }

  .frlink ul li {
    width: 50%;
  }

  .frlink ul li {
    margin-bottom: 10px;
  }

  .frlink ul {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .frlink&gt;div {
    padding-bottom: 30px;
  }

  .footer div span {
    padding-right: 10px;
  }

  .footer div img {
    padding: 0 10px;
  }

  .mbx {
    margin: 10px auto;
  }

  .mbx img {
    width: 20px;
  }

  .mbx span i {
    font-size: 16px;
  }

  .contentLeft {
    width: 28%;
  }

  .contentLeft div {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .contentRight {
    width: 70%;
  }

  .contentLeft&gt;ul&gt;li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .contentLeft&gt;ul&gt;li span {
    width: 14px;
  }

  .wzList li {
    font-size: 14px;
  }

  .spage-total {
    font-size: 14px;
    line-height: 25px;
    margin-right: 7px;
  }

  .spage-number span {
    padding: 0 10px;
    line-height: 25px;
  }

  .spage-skip {
    font-size: 14px;
    line-height: 25px;
    margin-left: 7px;
  }

  .spage-total,
  .spage-number span {
    margin-bottom: 10px;
  }

  .spage-skip input,
  .spage-skip span {
    height: 25px;
    line-height: 25px;
  }

  .tpList {
    text-align: justify;
  }

  .tpList li {
    width: 45%;
  }

  .tpList li:nth-child(2),
  .tpList li:nth-child(5),
  .tpList li:nth-child(8) {
    margin: 10px 0 0;
  }

  .headerTop ul {
    margin-top: -10px;
  }

  .headerTop iframe {
    margin-top: -12px;
  }
}

@media screen and (max-width: 769px) {

  .headerTop,
  .search ul {
    display: none;
  }

  .header {
    position: relative;
  }

  .logo {
    float: none;
  }

  .logo img {
    padding: 20px 0;
    margin: 0 auto;
    width: 250px;
  }

  .header {
    height: auto;
  }

  .search {
    float: none;
    position: absolute;
    z-index: 1000;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: 0;
    bottom: 10px;
  }

  .search form {
    display: none;
  }

  .search div {
    width: 30px;
    height: 30px;
    display: block;
  }

  .search div img {
    margin: 5px auto 0;
    width: 20px;
    height: 20px;
  }

  .nav {
    height: auto;
  }

  .pcNav {
    width: 100%;
    height: 60px;
    margin: 0;
    float: none;
  }

  .pcNav&gt;li {
    padding: 0px;
    height: auto;
    width: auto;
    float: left;
    width: 20%;
    float: left;
  }

  .pcNav li&gt;a {
    line-height: 30px;
    padding: 0px;
    display: block;
    width: 100%;
  }

  .pcNav li img {
    display: none;
  }

  .navButton {
    display: none;
    width: 30px;
    height: 30px;
    float: right;
    margin: 5px 10px 5px 0;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }

  .sjnav {
    width: 100%;
    height: 0px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(31, 97, 186, 0.9);
    margin-top: 144.7px;
    overflow: hidden;
  }

  .sjnav&gt;ul&gt;li {
    width: 20%;
    margin: 10px 2.5%;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #347ad8;
    border: solid 1px #488ce7;
    position: relative;
  }

  .sjnav&gt;ul&gt;li a {
    display: block;
    color: #fff;
    text-align: center;
  }

  .sjnav&gt;ul&gt;li ul {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    width: 100%;
    padding: 0;
    height: 0px;
    padding: 0;
    overflow: hidden;
    background: #347ad8;
    box-sizing: border-box;
  }

  .sjnav&gt;ul&gt;li ul li {
    height: 40px;
    line-height: 40px;
  }

  .sjnav&gt;ul&gt;li ul a {
    display: block;
  }

  .divas-slider .divas-slide span {
    height: 35px;
    line-height: 35px;
  }

  .pagexxls li&gt;i {
    font-size: 20px;
    padding: 0 0 10px;
  }

  .pagexxls {
    height: 41px;
  }

  body #slider_wrapper {
    margin: 15px auto;
  }

  .pagexxls li span {
    height: 30px;
    line-height: 20px;
    width: 25px;
  }

  .pagexxlx&gt;li li a {
    width: 82%;
    text-indent: 1em;
  }

  .pagexxlx&gt;li {
    padding: 10px 0;
  }

  .frlink ul {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .frlink p {
    font-size: 12px;
    line-height: 25px;
  }

  .frlink&gt;div div {
    float: right;
    overflow: hidden;
    margin: 0;
    margin-top: -60px;
  }

  .frlink&gt;div div img {
    margin: 0 auto;
  }

  .footer div {
    height: auto;
    line-height: 25px;
    padding: 5px 0;
  }

  .footer div a {
    padding: 0;
  }

  .contentLeft,
  .contentRight {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .contentLeft&gt;ul {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
  }

  .contentLeft&gt;ul&gt;li {
    width: auto;
    border: none;
  }

  .contentLeft&gt;ul&gt;li&gt;a {
    text-indent: 0em;
    padding: 0px 3px;
  }

  .contentLeft&gt;ul&gt;li span {
    width: 8%;
  }

  .wzList li a {
    width: 80%;
  }

  .tpList li {
    width: 48%;
  }

  .xwList dl dd {
    height: auto;
    line-height: 28px;
    margin-bottom: 6px;
  }

  .xwList dl dd span {
    float: left;
    color: #999;
  }
}

@media screen and (max-width: 481px) {
  .logo img {
    width: 200px;
  }

  .sjnav {
    margin-top: 131.77px;
  }

  .pcNav {
    width: 100%;
  }

  .pcNav&gt;li {
    font-size: 12px;
  }

  body #slider_wrapper {
    margin: 10px auto;
  }

  .divas-slider .divas-slide span {
    height: 30px;
    line-height: 30px;
  }

  .divas-slider .divas-slide span a {
    font-size: 12px;
  }

  .pagexxls li&gt;i {
    font-size: 14px;
    padding: 0 0 2px;
  }

  .pagexxls .pagexxlson&gt;i {
    border-bottom: solid 2px #1f61ba;
  }

  .pagexxls li {
    padding: 0 8px;
  }

  .pagexxls li span {
    line-height: 10px;
    height: 10px;
  }

  .pagexxls {
    height: 30px;
  }

  .pagexxlx&gt;li li {
    font-size: 12px;
    background-size: 4px 4px;
    line-height: 29px;
  }

  .pagexxlx&gt;li li a {
    width: 79%;
  }

  .frlink ul li img {
    width: 95%;
  }

  .frlink ul li span {
    width: 147px;
    margin: 19px auto 0;
  }

  .frlink {
    display: none;
  }

  .pagexxlx&gt;li {
    padding: 15px 0;
  }

  .wzList li a {
    width: 72%;
  }

  .wzList {
    padding: 10px 0 0 0;
  }

  .tpList {
    text-align: center;
  }

  .tpList li {
    width: 90%;
  }

  .pcNav li&gt;a {
    line-height: 30px;
  }

  #myCarousel .carousel-indicators {
    width: 63%;
  }

  .footer div span {
    float: left;
    display: block;
    color: #fff;
    padding-right: 20px;
  }

  .footer div span {
    display: none;
  }

  .footer div a {
    display: none;
  }

  .footer div .sj_span {
    display: block;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
  }

  .footer div {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    box-sizing: border-box;
  }
}

#myCarousel .carousel-indicators li {
  border-radius: 0px;
  width: 40px;
  height: 5px;
  background: #fff;
  margin: 0px;
}

#myCarousel .carousel-indicators .active {
  border-radius: 0px;
  width: 40px;
  height: 5px;
  background: #1f61ba;
  border: none;
}

/* Í·    Ê¼ */
.header {
  margin-bottom: 30px;
  background: url(../images/backgorund.png) no-repeat center 36px;
}

.header .top {
  height: 36px;
  background-color: #1073b7;
  line-height: 36px;
  font-size: 14px;
  color: #dee7f2;
}

.header .top a {
  color: #dee7f2;
  display: inline-block;
}

.header .top span {
  color: #dee7f2;
  display: inline-block;
  box-sizing: border-box;
}

.header .left {
  float: left;
  height: 36px;
  overflow: hidden;
}

.header .right {
  float: right;
  position: relative;
  height: 36px;
}

.header #date {
  margin-right: 20px;
}

.header .left span:nth-child(2) {
  padding-left: 20px;
  background: url(../images/top_img1.png) no-repeat left center / 15px 16px;
}

.header .right span#zwwx {
  background: url(../images/weixin.png) no-repeat 2px 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.header .right span#zwwx img {
  position: absolute;
  width: 80px;
  z-index: 100;
  left: 23px;
  top: 36px;
  height: 0;
  transition: height 0.3s;
}

.header .right span#zwwx:hover img {
  height: 80px;
  transition: height 0.3s;
}

.header .right span.span5 {
  width: 120px;
  text-align: center;
  background: none !important;
}

.header .right span.span5 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  background: url(../images/xy_top_mwwz_img.png) no-repeat 15px center;
}

.header .right&gt;a {
  padding-left: 27px;
  background: url(../images/top_img2.png) no-repeat left center / 16px 15px;
  margin-right: 20px;
}

.header .top a:hover {
  color: #fff;
}

.header .right span.c_rightlink3 {
  width: 150px;
  padding-left: 48px;
  background: url(../images/top_img3.png) no-repeat 19px center / 13px 11px;
  color: #fff;
  background-color: #035d9b;
  cursor: pointer;
}

.logoSearch .logo {
  float: left;
  padding-top: 59px;
}

.logoSearch .searchBox {
  float: right;
  margin-top: 92px;
}

.logoSearch .searchBox&gt;img {
  float: right;
  margin-left: 25px;
}

.logoSearch .search {
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #1073b7;
  width: 372px;
}

.logoSearch .search button {
  cursor: pointer;
  margin-right: 16px;
  background: url(../images/search_img.png) no-repeat right center;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  padding-left: 19px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
  width: 100px;
  float: left;
  height: 46px;
  border: none;
  border-radius: 25px 0 0 25px;
}

.logoSearch .search button span {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: left;
}

.logoSearch .search button ul {
  display: none;
  margin-left: -13px;
  margin-top: -5px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.logoSearch .search button ul li {
  height: 32px;
  line-height: 32px;
}

.logoSearch .search button ul li:hover {
  height: 32px;
  background: #1073b7;
  color: #fff;
}

.logoSearch .search input {
  float: left;
  height: 46px;
  border: none;
  width: 143px;
}

.logoSearch .search input::placeholder {
  font-size: 14px;
  color: #999;
}

.logoSearch .search input[type='button'] {
  margin-right: -2px;
  float: right;
  width: 110px;
  background-color: #1073b7;
  color: #fff;
  font-size: 20px;
  border-radius: 25px;
}

.nav {
  border-bottom: 4px solid #1073b7;
  margin-top: 35px;
}

.nav li {
  float: left;
  width: 10.5%;
  text-align: left;
  height: 64px;
  line-height: 64px;
  text-align: right;
  margin-right: -9px;
}

.nav li a {
  font-weight: 700;
  display: block;
  font-size: 22px;
  box-sizing: border-box;
  padding-left: 31px;
  /*padding-right: 13px;*/
}

.nav li.on a,
.nav li:hover a {
  color: #1073b7;
}

.nav li:nth-child(1) {
  background: url(../images/nav.png) no-repeat left center / 26px 25px;
  text-align: left;
  width: 8%;
}

.nav li:nth-child(4) {
  width: 14%;
}

.nav li:nth-child(9) {
  margin-right: 0;
}

.nav li:last-child a {
  padding-right: 0;
}

.header .right .wangzhandaohang {
  visibility: hidden;
  height: 0px;
  width: 669px;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 99;
  border: 2px solid #005c9b;
  background: #fff;
  padding: 26px 34px;
  box-sizing: border-box;
}

.header .right .wangzhandaohang h3 {
  font-size: 16px;
  color: #1073b7;
  line-height: 36px;
  font-weight: 700;
}

.header .right .wangzhandaohang h3:nth-child(3),
.header .right .wangzhandaohang h3:nth-child(5) {
  margin-top: 10px;
}

.header .right .wangzhandaohang li {
  font-size: 14px;
  line-height: 24px;
  float: left;
  color: #666666;
  width: 33.3%;
}

.header .right .wangzhandaohang li a {
  color: #666666;
}

.header .right .wangzhandaohang li a:hover {
  color: #1073b7;
}

/* Í·       */

/* Î²    Ê¼ */
.footer {
  height: 250px;
  background: #1073b7;
  margin-top: 50px;
}

.footer a {
  font-size: 15px;
  color: #b9cde2;
  display: inline-block;
}

.footer p {
  font-size: 15px;
  color: #b9cde2;
}

.footer a:hover {
  color: #fff;
}

.footer .link {
  padding-top: 19px;
}

.footer .link&gt;div {
  border-top: 10px solid #1073b7;
  position: relative;
  float: left;
  height: 38px;
  width: 239px;
  background-color: #0a6db1;
  margin-right: 17px;
  box-sizing: initial;
}

.footer .link&gt;div:last-child {
  margin-right: 0;
}

.footer .link&gt;div:first-child {
  margin-left: 5px;
  box-sizing: initial;
}

.footer .link&gt;div&gt;span&gt;a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 38px;
}

.footer .link&gt;div&gt;span {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  line-height: 36px;
  color: #b9cde2;
  font-size: 15px;
}

.footer .link&gt;div:nth-child(1)&gt;span {
  padding-left: 3px;
}

.footer .link&gt;div:nth-child(2)&gt;span {
  padding-left: 0px;
}

.footer .link&gt;div:nth-child(3)&gt;span {
  padding-left: 78px;
}

.footer .link&gt;div:nth-child(4)&gt;span {
  padding-left: 78px;
}

.footer .link&gt;div:nth-child(5)&gt;span {
  padding-left: 18px;
}

.footer .link&gt;div&gt;img {
  position: absolute;
  right: 20px;
  top: 15px;
  transform: rotateZ(0);
  transition: transform 0.3s;
}

.footer .link .list {
  max-height: 290px;
  overflow-y: auto;
  z-index: 999;
  box-sizing: border-box;
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 1265px;
  display: none;
  padding: 30px 50px;
  background-color: #0a6db1;
}

.footer .link .list:nth-child(3) {
  left: -512px;
}

.footer .link .list a {
  padding: 10px 0;
  float: left;
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .link .list::-webkit-scrollbar {
  width: 8px;
  background-color: #065991;
  border-radius: 10px;
}

.footer .link .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2386c9;
}

.footer .link&gt;div.show .list {
  display: block;
}

.footer .link&gt;div.show {
  border-top: 10px solid #0a6db1;
}

.footer .link&gt;div.show img {
  transform: rotateZ(180deg);
  transition: transform 0.3s;
}

.footer .link&gt;div:last-child .list {
  right: 0;
  left: auto;
}

.footer .footBox {
  margin-top: 41px;
}

.footer .left {
  float: left;
  height: 90px;
  border-right: 1px solid #408fc5;
}

.footer .bottomImg {
  float: left;
  margin-right: 30px;
}

.footer .Dt {
  float: right;
  width: 64px;
  margin-right: 30px;
}

.footer .Dt a {
  display: block;
  margin-bottom: 12px;
}

.footer .right {
  float: right;
  width: 880px;
}

.footer .right p {
  margin-bottom: 12px;
}

.footer .right p img {
  vertical-align: sub;
  margin-right: 5px;
}

.footer .link .link4 .list {
  left: -768px;
}

.container {
  width: 1300px;
  margin: 0 auto;
  padding: 0;
}

/* Î²       */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}

.clearfix:after {
  clear: both;
}

.divas-navigation span.divas-prev {
  left: 1em;
  z-index: 1;
  background: url('../images/prev.png') no-repeat top center rgba(0, 0, 0, 0);
}

.divas-navigation span.divas-next {
  right: 1em;
  z-index: 1;
  background: url('../images/next.png') no-repeat top center rgba(0, 0, 0, 0);
}

/*   Õ¾ ê±¨  Ê¼ */
.wznb .header {
  background: url(../images/gbg_2020gznb.jpg) no-repeat top;
}

/*   Õ¾ ê±¨     */

/*  Ö»   Í·    Ê½ */
.sj_header {
  display: none;
}

.sj_wb {
  display: none;
}

@media screen and (max-width: 769px) {
  .footer {
    display: none;
  }

  .testRun {
    display: none;
  }

  .sj_wb {
    display: block;
    height: auto;
    background-color: #1f61ba;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
  }

  .sj_wb a {
    color: #fff;
  }

  .header {
    display: none;
  }

  .sj_header {
    display: block;
  }

  .sj_header_top {
    padding: 0 0.3rem;
    box-sizing: border-box;
    background: url('../images/headerBg.jpg') no-repeat center;
    background-size: 100% 100%;
  }

  .sj_hp_an {
    height: 0.62rem;
    padding: 0.16rem 0 0 0.32rem;
  }

  .sj_hp_an img {
    display: block;
    height: 0.62rem;
    float: right;
  }

  .sxz_sj_unfold {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sxz_sj_unfold {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sxz_sj_unfold_box {
    height: 100vh;
    width: 35%;
    background-color: #015293;
    float: left;
    padding-top: 1rem;
    box-sizing: border-box;
  }

  .sxz_sj_unfold_box li {
    font-size: 16px;
    font-weight: 700;
    color: #a2bedb;
    line-height: 1rem;
    text-align: center;
  }

  .sxz_sj_unfold_box li a {
    color: #a2bedb;
  }

  .sxz_sj_unfold_patch {
    width: 1.96rem;
    height: 0.55rem;
    margin: 0.62rem auto 0.2rem;
    background: url('../images/sxz_sj_patch1.png') no-repeat center;
    background-size: 100% 100%;
  }

  .sxz_sj_unfold_patch1 {
    width: 1.96rem;
    height: 0.55rem;
    margin: 0 auto;
    background: url('../images/sxz_sj_patch.png') no-repeat center;
    background-size: 100% 100%;
  }

  .sxz_sj_unfold_patch2 {
    width: 1.96rem;
    height: 0.55rem;
    margin: 0.2rem auto 0;
    background: url('../images/sxz_sj_patch2.png') no-repeat center;
    background-size: 100% 100%;
  }

  .sxz_sj_unfold_box_close {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.1rem;
    left: 25%;
    background: url('../images/sxz_guanbi.png') no-repeat center;
    background-size: 100% 100%;
  }

  .sxz_sj_fixation {
    height: 2.04rem;
    width: 3.32rem;
  }

  .sxz_sj_fixation img {
    display: block;
    height: 2.04rem;
    width: 3.32rem;
    margin: 0.3rem auto 0.4rem;
  }

  .sxz_sj_fixation_box {
    width: 6.9rem;
    margin: 0 auto;
    position: relative;
  }

  .sxz_sj_band_narrate .sxz_sj_more {
    margin-top: 0.3rem;
  }

  .sxz_sj_box_eleven .sxz_sj_box_tab_eleven_swiper li {
    height: 1.04rem;
  }

  .ldsj_logo {
    display: block;
    height: 1.05rem;
    margin: 0.3rem auto 0;
  }

  .sxz_sj_head_search {
    height: 0.6rem;
    border: 0.02rem solid #015293;
    border-radius: 0.32rem;
    margin: 0.3rem auto;
    width: 6.1rem;
    padding-left: 0.98rem;
    box-sizing: border-box;
    background: url('../images/head_sj_search_bg.png') no-repeat center left 0.32rem;
    background-color: #fff;

    background-size: 10%;
  }

  .sxz_sj_head_search input {
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    width: 3rem;
    font-size: 0.2rem;
    margin-left: 0.2rem;
  }

  .sxz_sj_head_search button {
    height: 100%;
    border: none;
    outline: none;
    width: 1.48rem;
    float: right;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    background-color: #015293;
  }

  .sxz_sj_head_headline {
    margin: 0.3rem auto 0;
    width: max-content;
  }

  .sxz_sj_head_headline img {
    height: 0.44rem;
    display: block;
  }

  .sxz_sj_head_headline span {
    font-size: 0.4rem;
    color: #015293;
    font-weight: 700;
    margin-left: 0.3rem;
    width: 5.12rem;
    line-height: 1.2;
  }
}

#myCarousel .item a {
  display: block;
  width: 100%;
}

/*         Ê½ */
.footBox .right br {
  display: none;
}

@media (min-width: 769px) and (max-width: 1320px) {
  .top&gt;div {
    width: 100%;
  }

  .logoSearch&gt;div {
    width: 100%;
  }

  .nav&gt;div {
    width: 100%;
  }

  .nav li {
    margin-right: 0;
  }

  .nav li a {
    font-size: 18px;
    padding-right: 0;
  }

  .nav ul li a {
    padding-left: 0;
  }

  .nav ul li:first-child a {
    padding-left: 32px;
  }

  .footer .container {
    background: #1073b7;
    height: 100%;
  }

  .link {
    display: none;
  }

  .footer .left {
    float: none;
    box-sizing: border-box;
    padding: 0 70px;
    border-right: 0px solid red;
    overflow: hidden;
    margin: 0 auto;
  }

  .footer .right {
    float: none;
    width: 1055px;
    margin: 0 auto;
  }

  .footer .footBox {
    margin-top: 15px;
  }

  .footer .Dt {
    width: auto;
    margin-top: 23px;
  }

  .footer .Dt a {
    display: inline;
    margin-right: 40px;
  }

  .footer .bottomImg {
    margin-left: 45px;
    margin-right: 0px;
    width: auto;
  }
}

@media (min-width: 769px) and (max-width: 1201px) {
  .footer {
    width: 97%;
  }

  .footer .right {
    width: 100%;
  }

  .footer .Dt {
    margin-right: 0px;
    margin-top: 13px;
  }

  .footer .Dt a {
    margin-right: 20px;
  }

  .footer .right p {
    text-align: center;
  }

  .footer .right&gt;div {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  #zwwx {
    display: none;
  }

  .header .right span.c_rightlink3 {
    display: none;
  }

  .logoSearch .logo {
    float: none;
    text-align: center;
  }

  .logoSearch .searchBox img {
    display: none;
  }

  .logoSearch .searchBox {
    float: none;
    margin: 0 auto;
  }

  .logoSearch .search {
    float: none;
    margin: 20px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 820px) {
  .footBox .right br {
    display: block;
  }
}</pre></body></html>